projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fefc7a
)
wayland: Link against librt
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 7 Aug 2016 20:11:55 +0000
(16:11 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 7 Aug 2016 20:11:55 +0000
(16:11 -0400)
This is required for shm_open.
https://bugzilla.gnome.org/show_bug.cgi?id=769603
gdk/wayland/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk/wayland/Makefile.am
b/gdk/wayland/Makefile.am
index fdadb242a7377678e260f607181ae52e2ef7c92d..e6950bf8c91f86a79fcad5881e53f21b31f94a24 100644
(file)
--- a/
gdk/wayland/Makefile.am
+++ b/
gdk/wayland/Makefile.am
@@
-15,7
+15,7
@@
AM_CPPFLAGS = \
$(GTK_DEBUG_FLAGS) \
$(GDK_DEP_CFLAGS)
-LDADDS = $(GDK_DEP_LIBS)
+LDADDS = $(GDK_DEP_LIBS)
$(SHM_LIBS)
noinst_LTLIBRARIES = \
libgdk-wayland.la